home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / time / date2day2.readme < prev    next >
Text File  |  1995-07-02  |  1KB  |  50 lines

  1. Short:  Date2day
  2. Author: Armin.Obersteiner@giga.or.at
  3.  
  4. --
  5. Description:
  6.  
  7.     BUGFIX: due to a stupid error I uploaded the WRONG version - this is the working one
  8.             (the old one was one day late :)
  9.  
  10.     Once upon a time I searched for a program to calculate the weekday out of
  11.     a numreic date. I found a SHAREWARE program with GUI to do so ???!
  12.     Whats up? There is absolutely no engenius a-logarithm (internal joke :)
  13.     behind this! So use this as FREEWARE, just mention my name if you
  14.     use it in your programs ...
  15.  
  16. --
  17. date2day template:
  18.  
  19.     input: <int> day,month,year
  20.     output:<int> 0,1-7
  21.  
  22.     0: error (before 1.1.1801 - this should be enough
  23.              if somebody knows a "day" before that please mail it to me)
  24.  
  25.     1-7: Monday-Sunday
  26.  
  27. --
  28. d2d example:
  29.  
  30. >> d2d
  31. USAGE: d2d <day>.<month>.<year>
  32.        example: d2d 27.3.1995
  33.        first usable date: 1.1.1801
  34. >> d2d 27.3.1995
  35. Monday
  36. >> d2d 29.2.1995
  37. Date NOT valid !!
  38. >>
  39.  
  40.  
  41. ============================= Archive contents =============================
  42.  
  43. Original  Packed Ratio    Date     Time    Name
  44. -------- ------- ----- --------- --------  -------------
  45.     8052    4984 38.1% 21-Apr-95 00:15:30  d2d
  46.     2760    1020 63.0% 21-Apr-95 00:15:16  d2d.c
  47.      814     492 39.5% 10-Apr-95 00:11:16  date2day.doc
  48. -------- ------- ----- --------- --------
  49.    11626    6496 44.1% 13-May-95 10:12:18   3 files
  50.